home *** CD-ROM | disk | FTP | other *** search
- Path: cnn.Princeton.EDU!usenet
- From: joeross@princeton.edu (Joe Ross)
- Newsgroups: comp.lang.c++
- Subject: Re: Huffman encoding
- Date: 28 Feb 1996 02:23:01 GMT
- Organization: Princeton University
- Message-ID: <4h0ea5$kbh@cnn.Princeton.EDU>
- References: <4h00k0$euq@garuda.csulb.edu>
- NNTP-Posting-Host: joeross.student.princeton.edu
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- Robert Sedgewick's Algorithms in C should have what you are looking for.
-
- joe
-
-
- In article <4h00k0$euq@garuda.csulb.edu>, mackay@csulb.edu says...
- >
- >Does anyone have suggestions on where I can find source code to implement
- >Huffman encoding/decoding in either the C or C++ languages?
- >
- >I am looking for a program that implements a "two-pass" version of
- >Huffman encoding ( the first pass reads in the characters from the file
- >and the second pass implements the encoding portion )
- >
- >Any help would be greatly appreciated!
- >
- >thanks
- >Sharlene
-
-